/* CSS Document */

  *{ margin:0; padding:0; }

  ul,li{ list-style: none;}
  .lubo{min-width:1200px;clear: both; position: relative; height:400px;}
  .lubo_box{ position: relative; width: 100%; height:400px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:400px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height:100%;}
  .slide1{ background-repeat:no-repeat;background-position:center center;display:block; height:400px;background-image:url(/skin/hc/images/hd/1.jpeg);}
  .slide2{ background-repeat:no-repeat;background-position:center center;display:block; height:400px;background-image:url(/skin/hc/images/hd/2.jpeg)}
  .slide3{ background-repeat:no-repeat;background-position:center center;display:block; height:400px;background-image:url(/skin/hc/images/hd/3.jpeg);}
  .slide4{ background-repeat:no-repeat;background-position:center center;display:block; height:400px;background-image:url(/skin/hc/images/hd/4.jpeg);}
  .slide5{ background-repeat:no-repeat;background-position:center center;display:block; height:400px;background-image:url(/skin/hc/images/hd/5.jpeg);}


  /*Ô²µã*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #000 !important;}

  /*°´Å¥*/
  .lubo_btn{ position:absolute; width: 100%; top: 140px;left:0px;}
  .left_btn, .right_btn{ width:30px; height: 80px; background: #000;opacity: 0.8;filter:alpha(opacity=80); 
  cursor: pointer; color: #fff; line-height: 80px; font-size: 30px;
  text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;}
  .right_btn{ float: right;}



